home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00551.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  1.2 KB  |  43 lines

  1. set PAN to 1
  2. if restart = 1 then
  3.   if CORPSE = 1 then
  4.     set stop to 2094
  5.     set CORPSE to 0
  6.   end if
  7.   set the puppet of sprite 3 to 1
  8.   set the castNum of sprite 3 to 2
  9.   set the puppet of sprite 4 to 1
  10.   set the castNum of sprite 4 to 3
  11.   set the puppet of sprite 20 to 1
  12.   set the castNum of sprite 20 to 25
  13.   set x to 1
  14.   set the stopTime of sprite 20 to stop + 6
  15.   set the movieRate of sprite 20 to 1
  16.   set the movieTime of sprite 20 to the stopTime of sprite 20
  17.   set the puppet of sprite 2 to 1
  18.   set the visible of sprite 2 to 1
  19.   set the visible of sprite 3 to 1
  20.   set the visible of sprite 4 to 1
  21.   set the visible of sprite 24 to 1
  22.   set RATE to 1
  23.   set restart to 0
  24.   set START to stop
  25.   set WALK to 1
  26. else
  27.   set the puppet of sprite 3 to 1
  28.   set the castNum of sprite 3 to 2
  29.   set the puppet of sprite 4 to 1
  30.   set the castNum of sprite 4 to 3
  31.   set the puppet of sprite 20 to 1
  32.   set the castNum of sprite 20 to 25
  33.   set the puppet of sprite 2 to 1
  34.   set the movieRate of sprite 20 to 0
  35.   set stop to 252
  36.   set the movieTime of sprite 20 to 256
  37.   set the visible of sprite 20 to 1
  38.   set the visible of sprite 2 to 1
  39.   set the visible of sprite 3 to 1
  40.   set the visible of sprite 4 to 1
  41.   set the castNum of sprite 2 to 496
  42. end if
  43.